Dimen Resize
Functions
EN % of inner height + fit (autoResizeHeightSizePercent twin). PT % da altura útil + fitting.
EN Largest height in range that fits inner height. PT Maior altura no intervalo que cabe na altura útil.
EN Fixed dp range + largest value that fits inner height (autoResizeHeightSize twin). PT Intervalo em dp + maior valor que cabe na altura útil.
EN % of min(inner w, h) + fit square side (autoResizeSquareSizePercent twin). PT % do menor lado + fitting de quadrado.
EN Largest size in range that fits min(inner width, inner height) (square slot). PT Maior medida no intervalo que cabe no menor lado útil (quadrado).
EN Fixed dp range + largest value that fits min(inner w, inner h) (autoResizeSquareSize twin). PT Intervalo em dp + maior valor no menor lado útil.
EN % of inner width + fit (autoResizeWidthSizePercent twin). PT % da largura útil + fitting.
EN Largest width in range that fits inner width (after padding) of the box. PT Maior largura no intervalo que cabe na largura útil.
EN Fixed dp range (like autoResizeWidthSize Dp overload) + largest value that fits inner width. PT Intervalo em dp + maior valor que cabe na largura útil.
EN Percent-of-inner-box text range + fittingTextSpPx (Compose autoResizeTextSpPercent twin). PT Intervalo % da caixa + fitting — equivalente ao autoResizeTextSpPercent.
EN Largest font size (px) in range so text fits in the inner box (same idea as autoResizeTextSp). PT Maior tamanho de fonte em px para o texto caber na área útil.
EN Same as fittingTextSpPx but builds range from ResizeBounds via rangePx. PT Idem, construindo o intervalo com rangePx.
EN Twin of autoResizeTextSp with min/max/step as sp (Number overload in Compose). PT Equivalente a autoResizeTextSp com min/max/step em sp.
EN Inner width × height (px) after subtracting padding; each dimension is at least 1 px (matches Compose). PT Largura e altura úteis após padding; cada valor ≥ 1 px.
EN Same as innerMaxDimensionsPx but horizontal padding uses start / end (mirrors Compose PaddingValues + RTL). PT Igual a innerMaxDimensionsPx com padding horizontal start / end (RTL como no Compose).
EN Uniform padding in dp on all sides (Compose contentPaddingUniformDp for square / symmetric inset). PT Padding uniforme em dp (equivalente a contentPaddingUniformDp quando só há inset simétrico).
EN ResizeRangePx from ResizeBounds (screen %, fixed dp/sp) — same as Compose rememberResizeRangePx. PT Intervalo em px a partir de ResizeBound (equivalente ao Compose).
EN minPercent/maxPercent are 0–100 of the chosen inner edge (basis); stepDp is logical dp → px via density. PT % 0–100 da aresta interna; passo em dp.
EN Twin of autoResizeHeightSizePercent: % of inner height. PT % da altura útil.
EN Twin of autoResizeSquareSizePercent: % of min(inner width, inner height). PT % do menor lado útil.
EN Twin of autoResizeWidthSizePercent: % of inner width. PT % da largura útil.
EN Font-size range: min/max in px from 0–100 % of inner edge (basis); step from sp (density + font scale). PT Tamanho de texto: min/max em px por % da aresta interna; passo em sp.